go.opentelemetry.io/otel/attribute.Value.numeric (field)
7 uses
	go.opentelemetry.io/otel/attribute (current package)
		value.go#L35: 	numeric  uint64
		value.go#L65: 		numeric: internal.BoolToRaw(v),
		value.go#L96: 		numeric: internal.Int64ToRaw(v),
		value.go#L109: 		numeric: internal.Float64ToRaw(v),
		value.go#L139: 	return internal.RawToBool(v.numeric)
		value.go#L158: 	return internal.RawToInt64(v.numeric)
		value.go#L177: 	return internal.RawToFloat64(v.numeric)
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |